home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / hotkeyed.exe / HOTKEYED.MAK < prev    next >
Text File  |  1992-04-13  |  393b  |  14 lines

  1. # Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. HotKeyEd: HotKeyEd.exe
  4.  
  5. HotKeyEd.res: HotKeyEd.rc HotKeyEd.h HotKeyEd.ico
  6.     rc -r -v HotKeyEd.rc
  7.  
  8. HotKeyEd.obj: HotKeyEd.c HotKeyEd.h
  9.     cl -c -AS -Gsw -Od -Zipe -W3 HotKeyEd.c
  10.  
  11. HotKeyEd.exe: HotKeyEd.obj HotKeyEd.def HotKeyEd.res
  12.     link /CO /NOD HotKeyEd,,, libw slibcew, HotKeyEd.def
  13.     rc -v HotKeyEd.res
  14.